[docs] Use the correct GTK-doc syntax to refer to GTK+ properties
authorJavier Jardón <jjardon@gnome.org>
Tue, 12 Jan 2010 20:00:30 +0000 (21:00 +0100)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:55:18 +0000 (20:55 -0400)
gtk/gtknotebook.c

index e10c1f4e9e5c61b216ad663a02a07a2286e1bcb3..f5b6498a847f2aaaa1ba0ca519b2b519c9a59b1e 100644 (file)
@@ -7491,8 +7491,8 @@ gtk_notebook_child_reordered (GtkNotebook     *notebook,
  * containing @child. See gtk_box_pack_start() for the exact meaning
  * of the parameters.
  *
- * Deprecated: 2.20: Modify the "tab-expand" and "tab-fill" child
- *   properties instead.
+ * Deprecated: 2.20: Modify the #GtkNotebook:tab-expand and
+ *   #GtkNotebook:tab-fill child properties instead.
  **/
 void
 gtk_notebook_set_tab_label_packing (GtkNotebook *notebook,
@@ -7545,8 +7545,8 @@ gtk_notebook_set_tab_label_packing (GtkNotebook *notebook,
  * Query the packing attributes for the tab label of the page
  * containing @child.
  *
- * Deprecated: 2.20: Modify the "tab-expand" and "tab-fill" child
- *   properties instead.
+ * Deprecated: 2.20: Modify the #GtkNotebook:tab-expand and
+ *   #GtkNotebook:tab-fill child properties instead.
  **/
 void
 gtk_notebook_query_tab_label_packing (GtkNotebook *notebook,